testing.fuzzResult.Error (field)

4 uses

	testing (current package)
		fuzz.go#L369: 			f.result = fuzzResult{Error: err}
		fuzz.go#L435: 	Error error         // Error is the error from the failing input
		fuzz.go#L439: 	if r.Error == nil {
		fuzz.go#L442: 	return r.Error.Error()